Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Uninstalls ISR service on cam deinit #516

Merged
merged 2 commits into from
Apr 20, 2023
Merged

Uninstalls ISR service on cam deinit #516

merged 2 commits into from
Apr 20, 2023

Conversation

wouterdebie
Copy link
Contributor

Since gpio_install_isr_service() is called when initializing the camera, but on de-initiazlization the ISR service is not uninstalled. This causes an error gpio_install_isr_service(410): GPIO isr service already installed when the camera is re-initialized.

wouterdebie and others added 2 commits March 15, 2023 17:25
Since `gpio_install_isr_service()` is called when initializing the
camera, but on de-initiazlization the ISR service is not uninstalled.
This causes an error `gpio_install_isr_service(410): GPIO isr service
already installed` when the camera is re-initialized.
@me-no-dev me-no-dev merged commit 36b8b4e into espressif:master Apr 20, 2023
me-no-dev added a commit that referenced this pull request Jun 17, 2024
Change is necessary in order to not stop other GPIO ISR uses that users might have in their code.

This would cause an error to be emitted when driver is re-initialized, but it's dismissed in code, so the error will not cause any other change in behavior.

cc @AxelLin @wouterdebie
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants